Class sjl.Ident
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.Ident

java.lang.Object
   |
   +----sjl.Ident

public class Ident
extends Object
implements Function1
Ident is a function object which return the argument object. Ident is usefull in compination with the ComposePredicate and ComposeFunction classes.

Constructor Index

 o Ident()
Contruct an Ident object.

Method Index

 o perform(Object)
Return the agument object unmodified.

Constructors

 o Ident
  public Ident()
Contruct an Ident object.

Methods

 o perform
  public Object perform(Object o)
Return the agument object unmodified.
Returns:
o

All Packages  Class Hierarchy  This Package  Previous  Next  Index